home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / rcsdoc.zip / IDENT.TXT < prev    next >
Text File  |  1991-11-10  |  2KB  |  66 lines

  1.  
  2.  
  3. IDENT(1)                   Unix Programmer's Manual                   IDENT(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      ident - identify files
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      iiidddeeennnttt [ ---qqq ] [ _f_i_l_e ... ]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      iiidddeeennnttt searches for all occurrences of the pattern  $$$_k_e_y_w_o_r_d:::...$$$  in  the
  14.      named files or, if no file name appears, the standard input.
  15.  
  16.      These patterns are normally inserted automatically  by  the  RCS  command
  17.      cccooo(1),  but  can also be inserted manually.  The option ---qqq suppresses the
  18.      warning given if there are no patterns in a file.
  19.  
  20.      iiidddeeennnttt works on text files  as  well  as  object  files  and  dumps.   For
  21.      example, if the C program in fff...ccc contains
  22.  
  23.           char rcsid[] = "$Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $";
  24.  
  25.      and fff...ccc is compiled into fff...ooo, then the command
  26.  
  27.           iiidddeeennnttt  fff...ccc  fff...ooo
  28.  
  29.      will output
  30.  
  31.           f.c:
  32.               $Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $ f.o:
  33.               $Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $
  34.  
  35. IIIDDDEEENNNTTTIIIFFFIIICCCAAATTTIIIOOONNN
  36.      Author: Walter F. Tichy.
  37.      Revision Number: 5.0; Release Date: 1990/08/22.
  38.      Copyright (c) 1982, 1988, 1989 by Walter F. Tichy.
  39.      Copyright (c) 1990 by Paul Eggert.
  40.  
  41. SSSEEEEEE AAALLLSSSOOO
  42.      ci(1), co(1),  rcs(1),  rcsdiff(1),  rcsintro(1),  rcsmerge(1),  rlog(1),
  43.      rcsfile(5)
  44.      Walter F. Tichy, RCS--A System for Version Control, _S_o_f_t_w_a_r_e--_P_r_a_c_t_i_c_e  &
  45.      _E_x_p_e_r_i_e_n_c_e 111555, 7 (July 1985), 637-654.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                     \*(Dt                                    1
  65.  
  66.